Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollection Class / AddRange Method / AddRange(Object[]) Method
A object array added into the collection.


In This Topic
AddRange(Object[]) Method
In This Topic
Add some SubItems of specified collection to the end of the collection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal subItems() As Object _
) 
 
'Usage
 
Dim instance As SubItemCollection
Dim subItems() As Object
 
instance.AddRange(subItems)

Parameters

subItems
A object array added into the collection.
See Also